﻿2026-08-21T12:57:19.9919195Z ##[group]Run actions/checkout@v5
2026-08-21T12:57:19.9920299Z with:
2026-08-21T12:57:19.9920943Z   repository: BigscreenVR/spt-bs-core
2026-08-21T12:57:19.9927958Z   token: ***
2026-08-21T12:57:19.9928735Z   ssh-strict: true
2026-08-21T12:57:19.9929484Z   ssh-user: git
2026-08-21T12:57:19.9930130Z   persist-credentials: true
2026-08-21T12:57:19.9930840Z   clean: true
2026-08-21T12:57:19.9931498Z   sparse-checkout-cone-mode: true
2026-08-21T12:57:19.9932264Z   fetch-depth: 1
2026-08-21T12:57:19.9932891Z   fetch-tags: false
2026-08-21T12:57:19.9933539Z   show-progress: true
2026-08-21T12:57:19.9934197Z   lfs: false
2026-08-21T12:57:19.9934793Z   submodules: false
2026-08-21T12:57:19.9935450Z   set-safe-directory: true
2026-08-21T12:57:19.9936203Z   allow-unsafe-pr-checkout: false
2026-08-21T12:57:19.9937201Z ##[endgroup]
2026-08-21T12:57:20.0771399Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-21T12:57:20.0773556Z ##[group]Getting Git version info
2026-08-21T12:57:20.0774730Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-21T12:57:20.0776676Z [command]/usr/bin/git version
2026-08-21T12:57:20.0777410Z git version 2.43.0
2026-08-21T12:57:20.0780991Z ##[endgroup]
2026-08-21T12:57:20.0789779Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d7859f9d-8e7b-4ec4-bfe9-fcf51257ab57/.gitconfig'
2026-08-21T12:57:20.0797139Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d7859f9d-8e7b-4ec4-bfe9-fcf51257ab57' before making global git config changes
2026-08-21T12:57:20.0800997Z Adding repository directory to the temporary git global config as a safe directory
2026-08-21T12:57:20.0804073Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-21T12:57:20.0848241Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-21T12:57:20.0868193Z https://github.com/BigscreenVR/spt-bs-core
2026-08-21T12:57:20.0878633Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-21T12:57:20.0881287Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-21T12:57:20.0899129Z refs/heads/golden/porter-205
2026-08-21T12:57:20.0905240Z [command]/usr/bin/git checkout --detach
2026-08-21T12:57:20.0965477Z HEAD is now at c62904e7c release: v0.59.0 — version material rides the golden candidate
2026-08-21T12:57:20.1034236Z [command]/usr/bin/git branch --delete --force golden/porter-205
2026-08-21T12:57:20.1069084Z Deleted branch golden/porter-205 (was c62904e7c).
2026-08-21T12:57:20.1194591Z ##[endgroup]
2026-08-21T12:57:20.1195915Z [command]/usr/bin/git submodule status
2026-08-21T12:57:20.1378318Z ##[group]Cleaning the repository
2026-08-21T12:57:20.1380355Z [command]/usr/bin/git clean -ffdx
2026-08-21T12:57:21.0096138Z Removing bench-ledger/
2026-08-21T12:57:21.0096623Z Removing target/
2026-08-21T12:57:21.0106258Z [command]/usr/bin/git reset --hard HEAD
2026-08-21T12:57:21.0172220Z HEAD is now at c62904e7c release: v0.59.0 — version material rides the golden candidate
2026-08-21T12:57:21.0177373Z ##[endgroup]
2026-08-21T12:57:21.0178873Z ##[group]Disabling automatic garbage collection
2026-08-21T12:57:21.0182370Z [command]/usr/bin/git config --local gc.auto 0
2026-08-21T12:57:21.0206296Z ##[endgroup]
2026-08-21T12:57:21.0206734Z ##[group]Setting up auth
2026-08-21T12:57:21.0211265Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-21T12:57:21.0235142Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-21T12:57:21.0416926Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-21T12:57:21.0440365Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-21T12:57:21.0620899Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-21T12:57:21.0648935Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-21T12:57:21.0826344Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-21T12:57:21.0858615Z ##[endgroup]
2026-08-21T12:57:21.0859240Z ##[group]Fetching the repository
2026-08-21T12:57:21.0864831Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c62904e7cd0d0ae9cdf3536f25a8b63c94c71865:refs/remotes/origin/golden/porter-205
2026-08-21T12:57:21.5986446Z ##[endgroup]
2026-08-21T12:57:21.5986896Z ##[group]Determining the checkout info
2026-08-21T12:57:21.5987999Z ##[endgroup]
2026-08-21T12:57:21.5991767Z [command]/usr/bin/git sparse-checkout disable
2026-08-21T12:57:21.6067693Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-21T12:57:21.6092588Z ##[group]Checking out the ref
2026-08-21T12:57:21.6095609Z [command]/usr/bin/git checkout --progress --force -B golden/porter-205 refs/remotes/origin/golden/porter-205
2026-08-21T12:57:21.6160047Z Switched to a new branch 'golden/porter-205'
2026-08-21T12:57:21.6160582Z branch 'golden/porter-205' set up to track 'origin/golden/porter-205'.
2026-08-21T12:57:21.6165786Z ##[endgroup]
2026-08-21T12:57:21.6204135Z [command]/usr/bin/git log -1 --format=%H
2026-08-21T12:57:21.6235862Z c62904e7cd0d0ae9cdf3536f25a8b63c94c71865
